|
|
|
@@ -295,7 +295,7 @@ public class AliPayApi { |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* https://opendocs.alipay.com/apis/api_5/alipay.marketing.card.open |
|
|
|
* https://opendocs.alipay.com/open/5124debd_alipay.marketing.card.open?pathHash=216e1b96 |
|
|
|
* 会员卡开卡 |
|
|
|
* @return |
|
|
|
* @throws Exception |
|
|
|
@@ -314,7 +314,7 @@ public class AliPayApi { |
|
|
|
bizParams.put("card_template_id", templateId); |
|
|
|
|
|
|
|
Map<String,String> userInfoMap = new HashMap<String,String>(); |
|
|
|
userInfoMap.put("user_uni_id", userId); |
|
|
|
userInfoMap.put("open_id", userId); |
|
|
|
userInfoMap.put("user_uni_id_type", "UID"); |
|
|
|
bizParams.put("card_user_info", userInfoMap); |
|
|
|
|
|
|
|
|