This commit is contained in:
2023-03-18 09:52:41 +08:00
parent a2ec0d051a
commit f3881322f0
6 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -101,12 +101,12 @@ class Dysms
}
if ($result['body']['Code'] != "OK"){
throw new BusinessException($result['body']['Message'],HttpEnumCode::CODE_FAIL);
throw new BusinessException($result['body']['MessageIm'],HttpEnumCode::CODE_FAIL);
}
if (empty($result['body']['RequestId'])){
// 无唯一值
throw new BusinessException($result['body']['Message'],HttpEnumCode::CODE_FAIL);
throw new BusinessException($result['body']['MessageIm'],HttpEnumCode::CODE_FAIL);
}
// 记录log