|
@@ -1,6 +1,7 @@
|
|
|
package service
|
|
|
|
|
|
import (
|
|
|
+ . "app.yhyue.com/moapp/jybase/api"
|
|
|
"encoding/json"
|
|
|
"fmt"
|
|
|
"jy/src/jfw/modules/subscribepay/src/config"
|
|
@@ -9,7 +10,6 @@ import (
|
|
|
"log"
|
|
|
"strings"
|
|
|
"time"
|
|
|
- . "app.yhyue.com/moapp/jybase/api"
|
|
|
|
|
|
qutil "app.yhyue.com/moapp/jybase/common"
|
|
|
"app.yhyue.com/moapp/jybase/dchest/captcha"
|
|
@@ -185,12 +185,12 @@ func (e *EquityCode) Submit() {
|
|
|
if foreignCode == "" {
|
|
|
result["isxcx"] = 0
|
|
|
log.Println(phone, equityCode, "没有找到对应的小程序code,去验证是不是剑鱼产品")
|
|
|
- // TODO 超级订阅、大会员、数据流量包走其他的
|
|
|
+ // 超级订阅、大会员、数据流量包走其他的
|
|
|
status, isMemberProduct := nec.H5Exchange()
|
|
|
if status == 1 {
|
|
|
result["name"] = giftName
|
|
|
if isMemberProduct {
|
|
|
- // todo 返回配置
|
|
|
+ // 返回配置
|
|
|
result["list"] = config.Config.ExchangeInfo.Member
|
|
|
} else {
|
|
|
result["list"] = config.Config.ExchangeInfo.Other
|