Commit e59120ce authored by chen2022's avatar chen2022

推送amf

parent 18b913d8
#include "AmfToDataApiImpl.h"
#include <nlohmann/json.hpp>
#include "AMFApiServer.hpp"
......@@ -33,7 +32,7 @@ void AmfToDataApiImpl::gnbs_get_am_data(
}
};
response_data_json["code"] = 200;
response_data_json["msg"]= "success";
response_data_json["msg"]= "success";
response_data_json["data"]= json_array;
}else{
response_data_json["code"] = 201;
......
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