注释大华
parent
fd130e3858
commit
d935ac416d
|
|
@ -22,11 +22,12 @@ namespace OpenAuth.WebApi.Controllers.ServiceControllers
|
|||
private readonly string ak = "e3d019924e7f40089bcffba4";
|
||||
private readonly string sk = "cf83a12caa155b994eb34fa9";
|
||||
private readonly string baseUrl = "https://123.132.248.154:6405";
|
||||
private readonly RabbitMqListenerService _listener;
|
||||
//private readonly RabbitMqListenerService _listener;
|
||||
private readonly DaHuaAiApp _app;
|
||||
//public DaHuaAiController(RabbitMqListenerService listener, DaHuaAiApp app)
|
||||
public DaHuaAiController(RabbitMqListenerService listener, DaHuaAiApp app)
|
||||
{
|
||||
_listener = listener;
|
||||
//_listener = listener;
|
||||
_app = app;
|
||||
}
|
||||
private async Task<Response<string>> PostJsonAsync(string path, object body)
|
||||
|
|
|
|||
Loading…
Reference in New Issue