fix: 数据类型错误
This commit is contained in:
parent
88ba48a324
commit
5048b5daac
@ -171,7 +171,7 @@ PHP_METHOD(WxworkFinanceSdk, decryptData)
|
||||
*/
|
||||
PHP_METHOD(WxworkFinanceSdk, getMediaData) {
|
||||
char *sdk_filedid, *index_buf;
|
||||
int sdk_filedid_len, index_buf_len;
|
||||
size_t sdk_filedid_len, index_buf_len;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|s", &sdk_filedid, &sdk_filedid_len, &index_buf, &index_buf_len) == FAILURE) {
|
||||
zend_error(E_ERROR, "param error");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user