修复短信购买功能

This commit is contained in:
stivepeim
2020-11-20 11:05:19 +08:00
parent 240ecb4f6d
commit 30a90cf45c
3 changed files with 9 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ public class SmsConstants {
// public static final String SMS_API_PAY_TEMP_LIST_URI = "sms/meal";
public static final String SMS_API_PAY_TEMP_LIST_URI = "meal/list";
//支付二维码
public static final String SMS_API_PAY_QR_CODE_URI = "sms/mealpay";
public static final String SMS_API_PAY_QR_CODE_URI = "meal/code";
//支付二维码
// public static final String SMS_API_APPLY_TEMP_MESSAGE_URI = "sms/apply";
public static final String SMS_API_APPLY_TEMP_MESSAGE_URI = "sms_v2/apply";