支付模块
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
520 B

  1. package merchant
  2. const SDK_VERSION = "1.0.0"
  3. const BASE_URL = "https://api.adapay.tech"
  4. const PAGE_BASE_URL = "https://api.adapay.tech"
  5. const BATCH_ENTRYS = "/v1/batchEntrys/userEntry"
  6. const QUERY_ENTRY = "/v1/batchEntrys/userEntry"
  7. const MER_CONF = "/v1/batchInput/merConf"
  8. const QUERY_MER_CONF = "/v1/batchInput/merConf"
  9. const MER_RESIDENT_MODIFY = "/v1/batchInput/merResidentModify"
  10. const MER_PROFILE_PICTURE = "/v1/merProfile/merProfilePicture"
  11. const MER_PROFILE_FOR_AUDIT = "/v1/merProfile/merProfileForAudit"