package asign func TestAPI(req string) (rspBody []byte, err error) { rspBody, err = TestHttpPost(APIURL_AddSigner, req) return }