修正dockerfile配置
This commit is contained in:
@@ -125,7 +125,7 @@ class WeChat
|
||||
if (isset($result['errcode'])){
|
||||
if ($result['errcode'] == "40029"){
|
||||
// code过期
|
||||
throw new BusinessException( HttpEnumCode::getMessage(HttpEnumCode::GET_WX_ERROR),HttpEnumCode::WX_CODE_ERROR);
|
||||
throw new BusinessException( HttpEnumCode::getMessage(HttpEnumCode::GET_WX_ERROR),HttpEnumCode::GET_WX_ERROR);
|
||||
}
|
||||
}
|
||||
throw new BusinessException( $response->toJson(false),HttpEnumCode::GET_WX_ERROR);
|
||||
|
||||
Reference in New Issue
Block a user