|
@@ -699,10 +699,11 @@ class UnicomComboView(View):
|
|
notify_url = 'unicom/wap/pay/wechat-notify'
|
|
notify_url = 'unicom/wap/pay/wechat-notify'
|
|
ip = CommonService.get_ip_address(request)
|
|
ip = CommonService.get_ip_address(request)
|
|
params = 'activateType=' + activate_type
|
|
params = 'activateType=' + activate_type
|
|
|
|
+ product_name = unicom_combo_qs['combo_name'] + unicom_combo_qs['remark']
|
|
sign_params = PayService.create_wechat_payment(params, order_id,
|
|
sign_params = PayService.create_wechat_payment(params, order_id,
|
|
price, ip,
|
|
price, ip,
|
|
notify_url,
|
|
notify_url,
|
|
- unicom_combo_qs['remark'],
|
|
|
|
|
|
+ product_name,
|
|
response)
|
|
response)
|
|
result['result'] = sign_params
|
|
result['result'] = sign_params
|
|
cls.create_order_pay_log(order_id, f'{serial_number}购买联通4G套餐', notify_url, 'wechatPay', 'SUCCESS')
|
|
cls.create_order_pay_log(order_id, f'{serial_number}购买联通4G套餐', notify_url, 'wechatPay', 'SUCCESS')
|