fix:发送短信错误
This commit is contained in:
@@ -96,7 +96,7 @@ export default {
|
|||||||
await validate();
|
await validate();
|
||||||
console.log(toRaw(formModel));
|
console.log(toRaw(formModel));
|
||||||
var res = await post("/api2/ca/CensorSmsCodeApplyUpload", {
|
var res = await post("/api2/ca/CensorSmsCodeApplyUpload", {
|
||||||
formModel
|
...formModel
|
||||||
});
|
});
|
||||||
if (res.errorCode != 0) {
|
if (res.errorCode != 0) {
|
||||||
message.error(res.errorMsg);
|
message.error(res.errorMsg);
|
||||||
|
|||||||
Reference in New Issue
Block a user