|
@@ -22,7 +22,7 @@ import (
|
|
|
type SubscribeChange struct {
|
|
|
*xweb.Action
|
|
|
getSubBuyMsg xweb.Mapper `xweb:"/vipsubscribe/getSubBuyMsg"` //获取vip订阅详情
|
|
|
- saveChange xweb.Mapper `xweb:"/vipsubscribe/saveChange"` //订阅修改 or 升级
|
|
|
+ saveChange xweb.Mapper `xweb:"/vipsubscribe/saveChange"` //订阅修改
|
|
|
mergeIndustry xweb.Mapper `xweb:"/vipsubscribe/mergeIndustry"` //行业合并
|
|
|
}
|
|
|
|
|
@@ -98,7 +98,6 @@ func (this *SubscribeChange) SaveChange() {
|
|
|
}
|
|
|
return &entity.FuncResult{true, nil, map[string]interface{}{
|
|
|
"doSuccess": true,
|
|
|
- "needPay": false,
|
|
|
}}
|
|
|
}()
|
|
|
if r.Err != nil {
|