Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
fe73347f35
@ -114,7 +114,21 @@ class MerchantIntention extends BaseController
|
|||||||
*/
|
*/
|
||||||
public function PersonalStore()
|
public function PersonalStore()
|
||||||
{
|
{
|
||||||
$data = $this->checkParams();
|
$data = $this->request->params([
|
||||||
|
'phone',
|
||||||
|
'mer_name',
|
||||||
|
'company_name',
|
||||||
|
'address',
|
||||||
|
'name',
|
||||||
|
'code',
|
||||||
|
'images',
|
||||||
|
'social_credit_code',
|
||||||
|
'area_id',
|
||||||
|
'street_id',
|
||||||
|
'village_id',
|
||||||
|
'is_nmsc',
|
||||||
|
'is_company'
|
||||||
|
]);
|
||||||
if (!systemConfig('mer_intention_open')) {
|
if (!systemConfig('mer_intention_open')) {
|
||||||
return app('json')->fail('未开启商户入驻');
|
return app('json')->fail('未开启商户入驻');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user