| 123456789101112131415161718192021 | <!DOCTYPE html><html><head lang="en">    <include file="appapi@head"/>    <title>提交成功</title>    <style type="text/css">        *{margin: 0;padding: 0;font-family: Helvetica;}        body{        	background: #FFF;        }        .title2{color: #526165;text-align: center;margin-top: 2%;}        img{width: 18%;margin: 30% 40% 9%;}    </style></head><body><img src="__STATIC__/appapi/images/auth/success.png"><div class="title2">工作人员正在飞速审核中,请耐心等待</div><input type="hidden" id="from_source" value=""></body></html><include file="appapi@footer"/>
 |