支付模块
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
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"