fix(pay): 更新支付结果回调地址
- 将 returnUrl 从 "https://api.mye2u.com/api/fuPayReturn/callback"- 修改为 "https://api.mye2u.com/api/fuPayReturn/payment/callback"
| | |
| | | try { |
| | | String merchantId = "e2umart01"; |
| | | String verifyKey = "4e3a4ed58e62ddbfacf41f6d5ec56bf2"; |
| | | String returnUrl = "https://api.mye2u.com/api/fuPayReturn/callback"; // 支付结果回调地址 |
| | | String returnUrl = "https://api.mye2u.com/api/fuPayReturn/payment/callback"; // 支付结果回调地址 |
| | | |
| | | // 生成 vcode(MD5(amount + merchantId + orderId + verifyKey)) |
| | | String vcode = DigestUtils.md5Hex( |