无法检索到文件

Overview Forums Discussions 无法检索到文件

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29140 Reply
    九天
    Guest

    软件版本:版本 1.3.1517 免费版

    索引规则:文件格式:.cs   .html ,配置为仅包含目录   D:\WorkSpace

    关键词:EditDeciceConfig

    检索方式:高级搜索,精准搜索,都无法搜索到以下第二个文件

    D:\WorkSpace\DietaryTherapy\WgaoWeb\Controllers\Official\PadController.cs (可以被检索到)
    文件内容:

    `cs

    [HttpPost]

    public async Task<AppReq> EditDeciceConfig([FromBody] JObject value)

    {

    AppReq req = new AppReq();

    //HttpContext context = HttpContext.Current;

    JObject jo_param = GetParams(value);

    await Task.Run(() => { req.data = PadMethod.EditDeciceConfig(jo_param); });

    req.status = 1;

    //return EncryptRet(req);

    return req;

    }

    `

    D:\WorkSpace\DietaryTherapy\WgaoWeb\WebAPI\view2\Android_config.html (无法检索到)文件内容:

    `html

    ajaxRequestAPIOfficial(“Pad”, “EditDeciceConfig”, data, false, function (res) {
    layer.msg(‘提交成功’, {
    icon: 1,
    time: 1000
    }, function () {
    try {

    MyJSInterface.EditDeviceNums(num.toString());
    } catch (err) {

    }
    window.history.go(-2);
    });

    })

    `

    #29262 Reply
    Abbie
    Moderator

    您好,请联系客服微信longmate4U

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Reply #29262 in 无法检索到文件
Your information:




− 2 = 1
Powered by MathCaptcha