提交 9fe53816 authored 作者: chengye's avatar chengye

添加project v2 接口

上级 7e2dfb0f
......@@ -38,8 +38,9 @@ class Project extends Controller
'message' => 'request params not found!',
'data' => ''
]);
} else {
$res = (new Payment())->commonCheckKey($data['key']);
}
$res = (new Payment())->commonCheckKey($data['key']);
if ($res !== true) return json([
'code' => 201,
'message' => $res,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论