|
@@ -1342,9 +1342,9 @@ class CloudStorageView(View):
|
|
|
elif pay_type == 3:
|
|
|
pay = WechatPayObject()
|
|
|
notify_url = "{}cloudstorage/dowechatnotify".format(SERVER_DOMAIN_SSL)
|
|
|
- content = CommonService.Package_Type(0, content) # 云存套餐
|
|
|
+ product_name = store_qs[0]['lang__title'] + store_qs[0]['lang__content'] # 云存套餐
|
|
|
# 获取参数
|
|
|
- parameter_dict = pay.get_parameter(order_id, content, float(price) * 100, ip, notify_url,
|
|
|
+ parameter_dict = pay.get_parameter(order_id, product_name, float(price) * 100, ip, notify_url,
|
|
|
quote("lang=" + lang))
|
|
|
print('parameter_dict', parameter_dict)
|
|
|
# parameter_dict 参数中获取MWEB_URL 调转页面在路径后面添加redirect_url
|