TestParams.java 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. package com.happy.Unitil_nsh;
  2. /**
  3. * Interface TestParams
  4. * Description 说明:
  5. * Create 2017-04-19 14:26:00
  6. *
  7. * @author Benny.YEE
  8. */
  9. public interface TestParams {
  10. // 测试环境
  11. // String OPEN_ID = "5fb33938bb819024b8ed719edf221840";
  12. String OPEN_ID = "74969401869b175660817b4369e5a911";
  13. String OPEN_KEY = "ba5c30ce48fbfb4464a5a855a960c802";
  14. // 测试环境地址
  15. String OPEN_URL = "https://api.jxnxs.com/mct1/";
  16. // 接口名称
  17. String PAYLIST = "paylist";
  18. String ORDERLIST = "order";
  19. String ORDERVIEW = "order/view";
  20. String PAYORDER = "payorder";
  21. String QUERYPAYSTATUS = "paystatus";
  22. String PAYCANCEL = "paycancel";
  23. String PAYREFUND = "payrefund";
  24. String BILL = "bill";
  25. String PREORDER = "preorder";
  26. // {"open_id":"5494ec3310685daa218382619dd20e27","open_key":"611764d05a545bb7bb08cbd457f7dac1"}
  27. // https://q.jxnxs.com
  28. // https://q.jxnxs.com/newpay?O=5494ec3310685daa218382619dd20e27&out_no=798465321465&amount=1
  29. }
  30. //~ Formatted by Jindent --- http://www.jindent.com