Commit e5a660d3 by 王昆

gsb

parent 4325b1ce
...@@ -418,7 +418,7 @@ class BpoSDPJApi { ...@@ -418,7 +418,7 @@ class BpoSDPJApi {
* @returns {Promise<void>} * @returns {Promise<void>}
*/ */
async authentication(obj, req) { async authentication(obj, req) {
if (!obj || !obj.id_name || !obj.id_no || !obj.no || !obj.openId) { if (!obj || !obj.id_name || !obj.id_no || !obj.no || !obj.openId || obj.openId == "null" || obj.openId == "undefined") {
return this.getCodeResult(1002001, null); return this.getCodeResult(1002001, null);
} }
let id = this.getNo(obj.no); let id = this.getNo(obj.no);
......
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