Unexpected token < in JSON at position 4

前端 未结 2 908
时光说笑
时光说笑 2021-01-01 21:39
var url=\"http://fsa.citop.in/lnct/service/signProcess.aspx\";
var data={txtLogId: \"abc@xyz.com\",txtLogPass: \"xyz\",hdnReqType2: \"sign87162\"};
var success=funct         


        
2条回答
  •  不知归路
    2021-01-01 22:11

    For those who encounter this problem in AWS Lambda code editor it is most likely your session has timed out.

    Try reloading the page and signing in again. It should resolve this.

提交回复
热议问题