shop|商家模塊
商家信息參數:
參數 | 返回類型 | 描述 | 其他 |
---|---|---|---|
shopid | int | 商家ID | -- |
module | string | 商家模型 wed、hotel、theme(planner)、car、emcee、model、with、camera、show | -- |
shopname | string | 商家名稱 | -- |
area1 | int | 所在地區1 | -- |
area2 | int | 所在地區2 | -- |
area3 | int | 所在地區3 | -- |
area4 | int | 所在地區4 | -- |
logo | string | 商家LOGO | -- |
logoflag | tinyint | LOGO審批狀態 (-2:待審,-1:未通過,0:無,1:通過) | -- |
phone | varchar | 聯系電話/手機 | -- |
elite | tinyint | 推薦 1-Y,0-N | -- |
flag | tinyint | 審核狀態( 0-待審批,1-通過,2-未通過) | -- |
hits | int | 瀏覽次數 | -- |
zans | int | 點贊次數 | -- |
comments | int | 評論總數 | -- |
score | varchar | 綜合評分 | -- |
collects | int | 收藏數 | -- |
bespokes | int | 預約數 | -- |
addtime | int | 入駐時間 | 使用date_format函數轉換成日期格式 |
更多...... | 請參考“shop”數據表字段,如涉及模型商家獨有數據,請參考商家附表如:司儀(shop_emcee)、彩妝(shop_model) |