|
|
@@ -52,10 +52,6 @@ class MerchantController extends BaseController
|
|
|
//平台帐号激活 shish 2020.2.15
|
|
|
public function actionAddPlatformMerchant()
|
|
|
{
|
|
|
- $date = date("Y-m-d H:i:s");
|
|
|
- MerchantClass::add(['merchantName'=>rand(1111,9999),'createTime'=>$date]);
|
|
|
- die;
|
|
|
-
|
|
|
MerchantService::initOpenMerchant();
|
|
|
echo 'ok';
|
|
|
}
|