mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-11-26 10:19:42 +08:00
feat(openai): 新增注册用户相关接口
This commit is contained in:
1
test/SKIT.FlurlHttpClient.Wechat.OpenAI.UnitTests/.gitignore
vendored
Normal file
1
test/SKIT.FlurlHttpClient.Wechat.OpenAI.UnitTests/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
appsettings.local.json
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"uid": "robot_2"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"code": 0,
|
||||
"data": {
|
||||
"openid": "e36926e48e9ddfe1cc1f3cb6c8813a38966c4b8d"
|
||||
},
|
||||
"msg": "success",
|
||||
"request_id": "363a6ce7-2908-4da0-a3a0-35539648eab6"
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user