浏览代码

Merge branch 'dev/4.8.69_fu' of qmx/jy into release/v4.8.69

fuwencai 1 年之前
父节点
当前提交
5ee262da55
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/jfw/modules/publicapply/src/oneclick/entity/entity.go

+ 1 - 0
src/jfw/modules/publicapply/src/oneclick/entity/entity.go

@@ -86,6 +86,7 @@ func (o *OneClickInfo) GetPhoneByToken() (map[string]interface{}, error) {
 				}()
 				// 复制代码运行请自行打印 API 的返回值
 				_result, _err := client.GetPhoneWithTokenWithOptions(getPhoneWithTokenRequest, runtime)
+				log.Println("GetPhoneWithTokenWithOptions _result:", _result)
 				if _err != nil {
 					log.Println("GetPhoneWithTokenWithOptions:_err", _err, o.SpToken)
 					if _result.Body != nil {