gushiaoke

Results 2 issues of gushiaoke

Authorization: Bearer 21a0867e86f16fb464e1937b94d44f1w 填了这个,也返回user_is_ananymous

ERROR in E:/work/fileserver/client/mobileweb/node_modules/dsbridge/index.d.ts(2,5): 2:5 'call', which lacks return-type annotation, implicitly has an 'any' return type. 1 | interface DSBridge{ > 2 | call(handlerName:string,args?:any,responseCallback?:(retValue:any)=>void); | ^ 3 | register(handlerName:string,handler:()=>any); 4 |...