fix: 多企业下错误
This commit is contained in:
parent
7f9354782c
commit
e4b2bdbcc2
@ -73,6 +73,9 @@ static inline void trace(const char *file, int line, const char* function, const
|
|||||||
va_end(args);
|
va_end(args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define WXWORK_SDK_G_NAME "_wecomSDK"
|
||||||
|
#define WXWORK_SDK_G_NAME_SIZE sizeof(WXWORK_SDK_G_NAME) - 1
|
||||||
|
|
||||||
#endif /* PHP_WXWORK_FINANCE_SDK_H */
|
#endif /* PHP_WXWORK_FINANCE_SDK_H */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -26,8 +26,6 @@
|
|||||||
#include "php_ini.h"
|
#include "php_ini.h"
|
||||||
#include "ext/standard/info.h"
|
#include "ext/standard/info.h"
|
||||||
#include "php_wxwork_finance_sdk.h"
|
#include "php_wxwork_finance_sdk.h"
|
||||||
#define WXWORK_SDK_G_NAME "_wecomSDK"
|
|
||||||
#define WXWORK_SDK_G_NAME_SIZE sizeof(WXWORK_SDK_G_NAME) - 1
|
|
||||||
/* If you declare any globals in php_wxwork_finance_sdk.h uncomment this:
|
/* If you declare any globals in php_wxwork_finance_sdk.h uncomment this:
|
||||||
ZEND_DECLARE_MODULE_GLOBALS(wxwork_finance_sdk)
|
ZEND_DECLARE_MODULE_GLOBALS(wxwork_finance_sdk)
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user