Commit cff97ea7 authored by 刘小敏's avatar 刘小敏

修改AI结果详情接口文案提示

parent 3764f365
......@@ -142,13 +142,13 @@ class AiTryon extends Common
$res = AiTryOnModel::get($params['id']);
switch ($res->ai_status){
case 0:
$this->success('‘视频生成中');
$this->success('IA结果生成中');
break;
case 1:
$this->success('AI试戴详情', $res);
break;
default:
$this->error('视频生成失败');
$this->error('AI结果生成失败');
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment