瀏覽代碼

wip:调试

fuwencai 1 年之前
父節點
當前提交
a4eca5d422
共有 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 {