store.php
429 字节
<?php
return [
'Id' => '门店编号',
'Name' => '门店名称',
'Address' => '门店详细地址',
'Lat' => '维度',
'Commission' => '佣金',
'Lng' => '经度',
'Agent_image' => '代理人邀请二维码',
'AppSecret' => 'appSecret',
'AppId' => 'appId',
'Phone' => '联系电话',
'Verification_coupon_id' => '礼品券',
'Image' => '门店图片'
];