demo分为异步调用和同步调用，根据实际需求选择。一般推荐使用异步方式，同步方式会阻塞页面。
async_basic.html：异步调用页面
sync_basic.html：同步调用页面

demo本身依赖jquery库，但接口库gdca-pki-service-s.js不依赖jquery
