feat(openai): 新增注册用户相关接口

This commit is contained in:
Fu Diwei
2021-10-08 10:59:32 +08:00
parent 038d1d1293
commit b8bcd8f2e7
9 changed files with 98 additions and 6 deletions

View File

@@ -0,0 +1 @@
appsettings.local.json

View File

@@ -0,0 +1,3 @@
{
"uid": "robot_2"
}

View File

@@ -0,0 +1,8 @@
{
"code": 0,
"data": {
"openid": "e36926e48e9ddfe1cc1f3cb6c8813a38966c4b8d"
},
"msg": "success",
"request_id": "363a6ce7-2908-4da0-a3a0-35539648eab6"
}

View File

@@ -7,6 +7,10 @@
<ItemGroup>
<None Remove=".gitignore" />
<None Remove="appsettings.local.json" />
<Content Include="appsettings.local.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>