Commit 5f5aca9e by feixiang

查询买家增加openId字段

parent 4fb4ad69
...@@ -29,7 +29,8 @@ interface BuyerInterface ...@@ -29,7 +29,8 @@ interface BuyerInterface
["storeId"]=>int(0)//店铺id ["storeId"]=>int(0)//店铺id
["referId"]=>int(0)//推荐人ID ["referId"]=>int(0)//推荐人ID
["state"]=>int(0)//买家状态 ["state"]=>int(0)//买家状态
["nickName"]=>string(0) ""买家昵称 ["nickName"]=>string(0) ""//买家昵称
["openId"]=>string(0) ""//买家openId
["profile"]=> ["profile"]=>
array(4) { array(4) {
["realName"]=>string(12) "真实姓名" ["realName"]=>string(12) "真实姓名"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment