222
This commit is contained in:
parent
12a636bc9f
commit
b0677d35c7
|
|
@ -26,7 +26,7 @@ class Config extends Base
|
|||
return $this->renderSuccess('获取成功', [
|
||||
'good_type' => $goodsTypeList,
|
||||
'app_setting' => $app_setting,
|
||||
'version' => '111'
|
||||
'version' => '112'
|
||||
]);
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ class MiniProgramPlatform extends BasePlatform
|
|||
*/
|
||||
public function get_config(): array
|
||||
{
|
||||
return ['isWebPay' => false];
|
||||
return ['isWebPay' => true];
|
||||
}
|
||||
/**
|
||||
* Summary of pay [$user,$price,title,attach]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user