07 2018 档案

摘要:示例: 阅读全文
posted @ 2018-07-12 20:41 漫步CODE人生 阅读(1150) 评论(0) 推荐(0)
摘要:应用集成: http://open.teewon.net:1000/static/index.html#/docs/flow/integrate统一认证集成文档: http://open.teewon.net:1000/static/index.html#/docs/flow/oauth_integ 阅读全文
posted @ 2018-07-10 17:11 漫步CODE人生 阅读(466) 评论(0) 推荐(0)
摘要:function validation_filter_id_card($id_card){ if(strlen($id_card)==18){ return idcard_checksum18($id_card); }elseif((strlen($id_card)==15)){ $id_card=idcard_15to18($id_c... 阅读全文
posted @ 2018-07-07 11:13 漫步CODE人生 阅读(238) 评论(0) 推荐(0)